home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
-
- <dialog id="BandwidthTestOptions"
- buttons="accept,cancel"
- title="Bandwidth Tester Options"
- ondialogaccept="bandwidthtest_options_save();"
- ondialogcancel="return true;"
- onload="bandwidthtest_options_init();"
- xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-
- <script type="application/x-javascript" src="chrome://bandwidthtest/content/options.js"></script>
- <groupbox>
- <caption label="Test Files" />
- <description>
- The following files will be downloaded by the Bandwidth Tester to determine your current speed.
- </description>
-
- <spacer height="10" />
-
- <hbox>
- <label value="Test File #1" style="font-weight: bold;" />
- <label value="(should be ~ 54 KB)" />
- </hbox>
- <textbox id="file_1" value="http://jgillick.nettripper.com/bandwidthtest/test/level_1.txt" />
-
- <spacer height="10" />
-
- <hbox>
- <label value="Test File #2" style="font-weight: bold;" />
- <label value="(should be ~ 160 KB)" />
- </hbox>
- <textbox id="file_2" value="http://jgillick.nettripper.com/bandwidthtest/test/level_2.txt" />
-
- <spacer height="10" />
-
- <hbox>
- <label value="Test File #3" style="font-weight: bold;" />
- <label value="(should be ~ 637 KB)" />
- </hbox>
- <textbox id="file_3" value="http://jgillick.nettripper.com/bandwidthtest/test/level_3.txt" />
-
- <spacer height="10" />
-
- <hbox>
- <label value="Test File #4" style="font-weight: bold;" />
- <label value="(should be ~ 1,273 KB)" />
- </hbox>
- <textbox id="file_4" value="http://jgillick.nettripper.com/bandwidthtest/test/level_4.txt" />
-
- <spacer height="10" />
-
- <hbox>
- <label value="Test File #5" style="font-weight: bold;" />
- <label value="(should be ~ 2,545 KB)" />
- </hbox>
- <textbox id="file_5" value="http://jgillick.nettripper.com/bandwidthtest/test/level_5.txt" />
- </groupbox>
-
- </dialog>